home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcr / pcr4_4.lha / DIST / interp / makefile < prev    next >
Makefile  |  1992-03-18  |  2KB  |  76 lines

  1. #
  2. # PCR lower-level makefile for Interp
  3. #
  4. # Demers, December 1, 1989 2:57:17 pm PST
  5. #
  6.  
  7. CFILES0 = Interp.c
  8.  
  9. OFILES0 = Interp.o
  10.  
  11. INCLUDE = 
  12.  
  13. BIN =
  14. OBJ =
  15. LIB = Interp.o
  16. MAKE_DEPEND_SRC = ${CFILES0}
  17.  
  18. # for compiler control ...
  19.  
  20. # don't change CCLD to gcc because gcc ignores -Bstatic!
  21. CCLD = /bin/cc
  22. #
  23. CC = /bin/cc
  24. # CC = gcc
  25.  
  26. include makefile.config
  27. include ../makefile.common
  28.  
  29. # for optimization control ...
  30.  
  31. CFLAGS = ${STD_INCLUDES} ${CONFIG_CFLAGS} ${MACHINE}
  32.  
  33. #
  34. # targets
  35. #
  36.  
  37.  
  38. notarget: Interp.o
  39.  
  40.  
  41. ${OFILES0}: makefile.config
  42.  
  43. #
  44. # DO NOT DELETE THIS LINE -- MAKE DEPEND DEPENDS ON IT BEING HERE!
  45. Interp.o: Interp.c
  46. Interp.o: ../INCLUDE/xr/BasicTypes.h
  47. Interp.o: ../INCLUDE/xr/Threads.h
  48. Interp.o: ../INCLUDE/xr/ThreadsInlines.h
  49. Interp.o: ../INCLUDE/xr/ThreadsSharedMem.h
  50. Interp.o: ../INCLUDE/xr/ThreadsBackdoor.h
  51. Interp.o: /usr/include/sys/time.h
  52. Interp.o: /usr/include/time.h
  53. Interp.o: /usr/include/sys/stdtypes.h
  54. Interp.o: ../INCLUDE/xr/ThreadsMsgPrivate.h
  55. Interp.o: ../INCLUDE/xr/BasicTypes.h
  56. Interp.o: ../INCLUDE/xr/ThreadsMsg.h
  57. Interp.o: ../INCLUDE/xr/CommandLine.h
  58. Interp.o: ../INCLUDE/xr/CommandLoop.h
  59. Interp.o: ../INCLUDE/xr/UIO.h
  60. Interp.o: /usr/include/sys/types.h
  61. Interp.o: /usr/include/sys/stdtypes.h
  62. Interp.o: /usr/include/sys/sysmacros.h
  63. Interp.o: /usr/include/sys/file.h
  64. Interp.o: /usr/include/sys/types.h
  65. Interp.o: /usr/include/sys/fcntlcom.h
  66. Interp.o: /usr/include/sys/stdtypes.h
  67. Interp.o: /usr/include/sys/stat.h
  68. Interp.o: /usr/include/sys/types.h
  69. Interp.o: /usr/include/sys/stat.h
  70. Interp.o: ../INCLUDE/xr/Errno.h
  71. Interp.o: /usr/include/errno.h
  72. Interp.o: /usr/include/sys/errno.h
  73. Interp.o: ../INCLUDE/xr/IncrementalLoad.h
  74. Interp.o: /usr/include/sys/types.h
  75. Interp.o: ../INCLUDE/xr/BasicTypes.h
  76.